home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-08-24 | 1.4 KB | 31 lines | [TEXT/R*ch] |
- /*
- ** Newton Developer Technical Support Sample Code
- **
- ** peoplePicker, how to use of peoplePicker
- **
- ** by Stephen Harris, Newton Developer Technical Support
- **
- ** Copyright © 1994-5 by Apple Computer, Inc. All rights reserved.
- **
- ** You may incorporate this sample code into your applications without
- ** restriction. This sample code has been provided "AS IS" and the
- ** responsibility for its operation is 100% yours. You are not
- ** permitted to modify and redistribute the source as "DTS Sample Code."
- ** If you are going to re-distribute the source, we require that you
- ** make it clear in the source that the code was descended from
- ** Apple-provided sample code, but that you've made changes.
- */
-
-
- The peoplePicker protos off of the ListPicker and behaves in the same way. The
- peoplePicker queries the names soup and based on the dataClass of the
- peoplePicker, display related information from the soup. The dataClasses of
- the peoplePicker must be a nameRef with a subClass. The valid subClasses are
- either fax, email, meetingPlaces, or people. For more information about
- listPicker see the documentation and listPicker Samples.
-
- See the protoTextList.viewSetupFormScript to see how to get the currently selected items in the protoPeoplePicker.
-
- Note that you may also consider using protoPeoplePopup instead. This proto provides the enclosing view for the protoPeoplePicker.
-
-